
.containerxx {
  max-width: 100%;
  width: 100%;
z-index: 5;
}
.slide-container {
  margin: 0 30px;
  overflow: hidden;
}
.card {
  border-radius: 8px;
}
.card .image-box {
  height: auto;
	padding: 0px;
}
.card .image-box img {
  width: 100%;
  border-radius: 8px ;
	z-index: -10;
}
.card .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
}
.card .profile-details img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.profile-details .name {
  font-size: 15px;
  font-weight: 500;
}
.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
}

.swiper-navBtn {
  color: #000;
  height: 40px;
  width: 40px;
  transform: translateY(-10%);
  background: #fff;
  border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}

.swiper-pagination-bullet {
  background-color: #333;
}

@media screen and (max-width: 768px) {
.swiper-navBtn {
  color: #000;
  height: 30px;
  width:30px;
  transform: translateY(-10%);
  background: #fff;
   opacity: 0.5;
  border-radius: 0px;
}
}
